home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / AppsToGo / DTS.Lib / DTS.Lib.headers / PPC.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-24  |  507 b   |  16 lines  |  [TEXT/MPS ]

  1. #ifndef __PPCTOOLBOX__
  2. #include <PPCToolbox.h>
  3. #endif
  4.  
  5.  
  6. OSErr    DoIPCListPorts(short *sindx, short *reqCount, short *actCount,
  7.                        LocationNamePtr  loc,
  8.                        PortInfoArrayPtr retInfo,
  9.                        PPCFilterProcPtr filter);
  10.  
  11. /* Used to generate a list of IPC ports, given a target.  For an example usage,
  12. ** see the file AEChess.c in the sample application Kibitz. 
  13. ** Note - The filter proc is never passed to the toolbox, it is called
  14. ** directly, so we can get away without using a UniversalProcPtr.  */
  15.  
  16.